emacs.git
32 years ago* keyboard.c (read_key_sequence): When we generate a prefix symbol
Jim Blandy [Sat, 12 Jun 1993 16:00:47 +0000 (16:00 +0000)]
* keyboard.c (read_key_sequence): When we generate a prefix symbol
for a mouse event, store the actual mouse event in
unread_command_events, so we don't lose it if the symbol isn't
bound to a prefix.

32 years agoInitial revision
Jim Blandy [Sat, 12 Jun 1993 15:37:36 +0000 (15:37 +0000)]
Initial revision

32 years ago* config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):
Jim Blandy [Sat, 12 Jun 1993 15:37:14 +0000 (15:37 +0000)]
* config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):
Add #undefs for these.
Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386.
* xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of
NO_XRM_SET_DATABASE; the latter isn't used any more.
* m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM):
Dyke out these #definitions; to avoid conflict with autoconf.

32 years ago* config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):
Jim Blandy [Sat, 12 Jun 1993 10:12:21 +0000 (10:12 +0000)]
* config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):
Add #undefs for these.
Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386.
* xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of
NO_XRM_SET_DATABASE; the latter isn't used any more.
* m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM):
Dyke out these #definitions; to avoid conflict with autoconf.

32 years ago* window.c (Fprevious_window): Use FRAME_HAS_MINIBUF_P to decide
Jim Blandy [Sat, 12 Jun 1993 09:31:25 +0000 (09:31 +0000)]
* window.c (Fprevious_window): Use FRAME_HAS_MINIBUF_P to decide
if the frame has a minibuffer; FRAME_MINIBUF_WINDOW points to the
surrogate on minibufferless frames, not nil.

32 years ago(read_char): Set c properly as a Lisp int.
Richard M. Stallman [Sat, 12 Jun 1993 07:26:16 +0000 (07:26 +0000)]
(read_char): Set c properly as a Lisp int.
(command_loop_1): Delete spurious use of XINT on c, a char.

32 years agoDoc fixes.
Richard M. Stallman [Sat, 12 Jun 1993 07:22:20 +0000 (07:22 +0000)]
Doc fixes.

32 years ago(cons_to_long): Declare top, bot as Lisp_Object.
Richard M. Stallman [Sat, 12 Jun 1993 07:20:30 +0000 (07:20 +0000)]
(cons_to_long): Declare top, bot as Lisp_Object.

32 years ago(Fcopy_keymap): Check Fkeymapp value with NILP.
Richard M. Stallman [Sat, 12 Jun 1993 07:19:39 +0000 (07:19 +0000)]
(Fcopy_keymap): Check Fkeymapp value with NILP.

32 years ago(Fexpt): New local `val' for making integer to return.
Richard M. Stallman [Sat, 12 Jun 1993 07:19:24 +0000 (07:19 +0000)]
(Fexpt): New local `val' for making integer to return.

32 years ago(make-directory): By default create dir default-dir.
Richard M. Stallman [Sat, 12 Jun 1993 06:54:14 +0000 (06:54 +0000)]
(make-directory): By default create dir default-dir.

32 years ago(vc-backend-diff): Always use -q option.
Richard M. Stallman [Sat, 12 Jun 1993 02:18:02 +0000 (02:18 +0000)]
(vc-backend-diff): Always use -q option.

32 years ago(file-truename): Don't use expand-file-name to merge
Richard M. Stallman [Sat, 12 Jun 1993 01:44:48 +0000 (01:44 +0000)]
(file-truename): Don't use expand-file-name to merge
a link target into the previous dir.  Handle .. and . explicitly.

32 years ago(XTmouse_position): Don't set *f at all unless we win.
Richard M. Stallman [Fri, 11 Jun 1993 23:43:54 +0000 (23:43 +0000)]
(XTmouse_position): Don't set *f at all unless we win.

32 years ago(sendmail-pre-abbrev-expand-hook):
Richard M. Stallman [Fri, 11 Jun 1993 22:22:15 +0000 (22:22 +0000)]
(sendmail-pre-abbrev-expand-hook):
If last-command-char is not a character, don't check char-syntax.

32 years ago(setenv): Treat case as significant.
Richard M. Stallman [Fri, 11 Jun 1993 21:33:27 +0000 (21:33 +0000)]
(setenv): Treat case as significant.

32 years ago(read_process_output): Don't deactivate the mark.
Richard M. Stallman [Fri, 11 Jun 1993 21:06:14 +0000 (21:06 +0000)]
(read_process_output): Don't deactivate the mark.
Do restore Vdeactivate_mark, so that no one else deactivates it.

32 years ago(Fgenerate_new_buffer_name): GENTEMP is the value compare against IGNORE.
Richard M. Stallman [Fri, 11 Jun 1993 20:50:08 +0000 (20:50 +0000)]
(Fgenerate_new_buffer_name): GENTEMP is the value compare against IGNORE.

32 years ago(sendmail-pre-abbrev-expand-hook):
Richard M. Stallman [Fri, 11 Jun 1993 20:48:08 +0000 (20:48 +0000)]
(sendmail-pre-abbrev-expand-hook):
If last-command-char is not a character, don't do the expand here.

32 years agoDoc fixes.
Richard M. Stallman [Fri, 11 Jun 1993 20:11:10 +0000 (20:11 +0000)]
Doc fixes.
(run-lisp): Add autoload.
(inferior-lisp-mode-map): Explicitly make local prefix keys.

32 years agoReinstate old -f option as an alias for -o for installed base uses.
Richard M. Stallman [Fri, 11 Jun 1993 18:32:55 +0000 (18:32 +0000)]
Reinstate old -f option as an alias for -o for installed base uses.

32 years ago(server-window): New variable.
Richard M. Stallman [Fri, 11 Jun 1993 18:28:44 +0000 (18:28 +0000)]
(server-window): New variable.
(server-switch-buffer): Use it.

32 years ago(enable-flow-control): Don't alter the 8-bit flag.
Richard M. Stallman [Fri, 11 Jun 1993 17:55:51 +0000 (17:55 +0000)]
(enable-flow-control): Don't alter the 8-bit flag.

32 years ago(Man-filter-list): Add an element for X man pages.
Richard M. Stallman [Fri, 11 Jun 1993 17:52:59 +0000 (17:52 +0000)]
(Man-filter-list): Add an element for X man pages.
(Man-goto-page): Continue past errors in Man-build-references-alist.

32 years ago(Fmouse_position): Set up defaults before calling the hook.
Richard M. Stallman [Fri, 11 Jun 1993 17:14:31 +0000 (17:14 +0000)]
(Fmouse_position): Set up defaults before calling the hook.

32 years ago(rmail-output-to-rmail-file): Use the smart default in the prompt.
Richard M. Stallman [Fri, 11 Jun 1993 16:36:19 +0000 (16:36 +0000)]
(rmail-output-to-rmail-file): Use the smart default in the prompt.

32 years ago(view-register): Handle file name values.
Richard M. Stallman [Fri, 11 Jun 1993 16:30:40 +0000 (16:30 +0000)]
(view-register): Handle file name values.

32 years agoInteract properly with shells lacking job control (sh, rc, es...)
Jim Blandy [Fri, 11 Jun 1993 16:22:03 +0000 (16:22 +0000)]
Interact properly with shells lacking job control (sh, rc, es...)
* sysdep.c [BSD] (inherited_pgroup): New variable.
(narrow_foreground_group, widen_foreground_group): New functions.
(init_sys_modes): Call narrow_foreground_group.
(reset_sys_modes): Call widen_foreground_group.
* emacs.c [BSD] (inherited_pgroup): Add extern declaration.
[BSD] (main): Set inherited_pgroup, and put ourselves in our own
pgroup.

32 years ago* xrdb.c (get_user_db): Get the screen-specific database too.
Jim Blandy [Fri, 11 Jun 1993 16:20:38 +0000 (16:20 +0000)]
* xrdb.c (get_user_db): Get the screen-specific database too.

32 years ago* bytecomp.el: Bring it up to version 2.10 of the
Jim Blandy [Fri, 11 Jun 1993 16:19:49 +0000 (16:19 +0000)]
* bytecomp.el: Bring it up to version 2.10 of the
Zawinski-Furuseth compiler.  Changes from David Gillespie.

32 years ago(cd): Use file-name-absolute-p.
Richard M. Stallman [Fri, 11 Jun 1993 16:02:27 +0000 (16:02 +0000)]
(cd): Use file-name-absolute-p.
(cd-absolute): No longer interactive.

32 years ago(electric-history-map): Don't use fillarray;
Richard M. Stallman [Fri, 11 Jun 1993 15:51:46 +0000 (15:51 +0000)]
(electric-history-map): Don't use fillarray;
make default bindings instead.  Bind up, down, home, next, prior.

32 years ago(syms_of_xfns): Don't set up Qicon.
Richard M. Stallman [Fri, 11 Jun 1993 15:43:04 +0000 (15:43 +0000)]
(syms_of_xfns): Don't set up Qicon.
(Qicon): Declaration deleted.

32 years ago(Qicon): Declared.
Richard M. Stallman [Fri, 11 Jun 1993 15:41:36 +0000 (15:41 +0000)]
(Qicon): Declared.

32 years ago* xdisp.c (redisplay_window): Don't call try_window_id if the
Jim Blandy [Fri, 11 Jun 1993 14:32:08 +0000 (14:32 +0000)]
* xdisp.c (redisplay_window): Don't call try_window_id if the
window isn't starting at the beginning of the line.

32 years ago* frame.el (frame-initialize): Remember to actually traverse
Jim Blandy [Fri, 11 Jun 1993 11:33:31 +0000 (11:33 +0000)]
* frame.el (frame-initialize): Remember to actually traverse
initial-frame-alist.

32 years ago* gud.el (gud-last-last-frame): New variable.
Jim Blandy [Fri, 11 Jun 1993 11:28:28 +0000 (11:28 +0000)]
* gud.el (gud-last-last-frame): New variable.
(gud-display-frame): Save the frame we displayed in
gud-last-last-frame.
(gud-refresh): Force gud-display-frame to jump to the last frame
displayed, even if it has already done so once.

32 years ago* window.c (Fprevious_window): Typo.
Jim Blandy [Fri, 11 Jun 1993 11:18:37 +0000 (11:18 +0000)]
* window.c (Fprevious_window): Typo.

32 years ago* man.el (manual-entry): Recognize the subject(section) syntax.
Jim Blandy [Fri, 11 Jun 1993 10:29:55 +0000 (10:29 +0000)]
* man.el (manual-entry): Recognize the subject(section) syntax.

32 years ago* picture.el (move-to-column-force): If column is negative, go
Jim Blandy [Fri, 11 Jun 1993 10:11:33 +0000 (10:11 +0000)]
* picture.el (move-to-column-force): If column is negative, go
flush left.

32 years ago* simple.el (hscroll-point-visible): Work as documented in the
Jim Blandy [Fri, 11 Jun 1993 09:45:20 +0000 (09:45 +0000)]
* simple.el (hscroll-point-visible): Work as documented in the
docstring for hscroll-step.

32 years ago(Fset_text_properties): No special case for props = nil.
Richard M. Stallman [Fri, 11 Jun 1993 07:29:55 +0000 (07:29 +0000)]
(Fset_text_properties): No special case for props = nil.

32 years ago(Fx_list_fonts): If names is 0, just return nil.
Richard M. Stallman [Fri, 11 Jun 1993 07:14:12 +0000 (07:14 +0000)]
(Fx_list_fonts): If names is 0, just return nil.

32 years ago* xterm.c (x_new_font): If font_names is zero, that's all the
Jim Blandy [Fri, 11 Jun 1993 07:02:36 +0000 (07:02 +0000)]
* xterm.c (x_new_font): If font_names is zero, that's all the
indication we get that no matches were found.

32 years ago(lisp-indent-function): Look for either
Richard M. Stallman [Fri, 11 Jun 1993 07:00:05 +0000 (07:00 +0000)]
(lisp-indent-function): Look for either
lisp-indent-hook or lisp-indent-function property.

32 years ago* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy [Fri, 11 Jun 1993 06:49:23 +0000 (06:49 +0000)]
* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
inherited from usg5-3.h; ISC doesn't have libX11_s.
(LIBX11_SYSTEM): Link against the static -lc, not -lc_s.

32 years ago* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy [Fri, 11 Jun 1993 06:43:42 +0000 (06:43 +0000)]
* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
inherited from usg5-3.h; ISC doesn't have libX11_s.

32 years ago* configure.in: Pass "-Isrc" to the CPP we run to examine the
Jim Blandy [Fri, 11 Jun 1993 06:36:45 +0000 (06:36 +0000)]
* configure.in: Pass "-Isrc" to the CPP we run to examine the
s/*.h and m/*.h files.  Martin Tomes
<mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.

32 years ago(make-backup-files): Doc fix.
Richard M. Stallman [Fri, 11 Jun 1993 05:59:16 +0000 (05:59 +0000)]
(make-backup-files): Doc fix.

32 years agoComment change.
Richard M. Stallman [Fri, 11 Jun 1993 05:56:00 +0000 (05:56 +0000)]
Comment change.

32 years ago(Fdescribe_vector): Use current buf, not standard-output.
Richard M. Stallman [Fri, 11 Jun 1993 04:16:13 +0000 (04:16 +0000)]
(Fdescribe_vector): Use current buf, not standard-output.
(describe_vector_princ): Add newline at end.

(store_in_keymap, access_keymap): Use CHAR_META
when clearing excess high bits.

32 years ago(rmail-primary-inbox-list): Use defvar, not defconst.
Richard M. Stallman [Fri, 11 Jun 1993 03:56:44 +0000 (03:56 +0000)]
(rmail-primary-inbox-list): Use defvar, not defconst.

32 years ago(basic-save-buffer): Cal auto-save-mode with t as arg
Richard M. Stallman [Thu, 10 Jun 1993 23:35:18 +0000 (23:35 +0000)]
(basic-save-buffer): Cal auto-save-mode with t as arg
if and only if auto save was off and default is on.
(set-visited-file-name): Likewise.

32 years ago(append-to-buffer): Interactively, supply all 3 args.
Richard M. Stallman [Thu, 10 Jun 1993 23:06:50 +0000 (23:06 +0000)]
(append-to-buffer): Interactively, supply all 3 args.
Allow nonexistent buffers.

32 years agoMove i386-prime-sysv* and i386-sequent-bsd*
Richard M. Stallman [Thu, 10 Jun 1993 23:04:01 +0000 (23:04 +0000)]
Move i386-prime-sysv* and i386-sequent-bsd*
above the general i386 alternative.

32 years ago(calculate-c++-indent): Respect
Richard M. Stallman [Thu, 10 Jun 1993 22:58:01 +0000 (22:58 +0000)]
(calculate-c++-indent): Respect
c-continued-brace-offset (as in c-mode.el).

32 years ago(hack-one-local-variable): Treat ...-hook(s) and ..-function(s)
Richard M. Stallman [Thu, 10 Jun 1993 21:31:56 +0000 (21:31 +0000)]
(hack-one-local-variable): Treat ...-hook(s) and ..-function(s)
like setting the `eval' variable.

32 years ago(Fload): Forward all 4 args to magic-name handler.
Richard M. Stallman [Thu, 10 Jun 1993 21:15:55 +0000 (21:15 +0000)]
(Fload): Forward all 4 args to magic-name handler.

(syms_of_lread): Set up Qload.
(Fload): Handle magic file names.

32 years ago(abbreviate-file-name): Make abbreviated-home-dir
Richard M. Stallman [Thu, 10 Jun 1993 20:44:12 +0000 (20:44 +0000)]
(abbreviate-file-name): Make abbreviated-home-dir
from `~/', not from just `~'.

32 years agoDoc fixes.
Richard M. Stallman [Thu, 10 Jun 1993 20:35:05 +0000 (20:35 +0000)]
Doc fixes.
(ispell-command, ispell-command-options): New defvars.
(start-ispell): Use them.

32 years ago*** empty log message ***
Jim Blandy [Thu, 10 Jun 1993 20:28:32 +0000 (20:28 +0000)]
*** empty log message ***

32 years ago(Fscroll_left): Make argument optional.
Richard M. Stallman [Thu, 10 Jun 1993 20:08:25 +0000 (20:08 +0000)]
(Fscroll_left): Make argument optional.
(Fscroll_right): Ditto.

(Fprevious_window): When changing frames,
use the new frame's minibuffer if any.

32 years ago(ange-ftp-multi-msgs): Add 331-.
Richard M. Stallman [Thu, 10 Jun 1993 18:46:48 +0000 (18:46 +0000)]
(ange-ftp-multi-msgs): Add 331-.

32 years ago(Man-mode): Run Man-mode-hook.
Richard M. Stallman [Thu, 10 Jun 1993 17:48:36 +0000 (17:48 +0000)]
(Man-mode): Run Man-mode-hook.

32 years ago(bibtex-mode-map): Use tex-insert-quote, not TeX-...
Richard M. Stallman [Thu, 10 Jun 1993 17:42:39 +0000 (17:42 +0000)]
(bibtex-mode-map): Use tex-insert-quote, not TeX-...

32 years agoFormatting change.
Jim Blandy [Thu, 10 Jun 1993 13:11:27 +0000 (13:11 +0000)]
Formatting change.

32 years ago* frame.el (frame-initialize): When deleting geometry
Jim Blandy [Thu, 10 Jun 1993 13:10:00 +0000 (13:10 +0000)]
* frame.el (frame-initialize): When deleting geometry
specifications from initial-frame-alist, remember that they may
occur more than once, and do, if the -geometry option was
specified as well as a .geometry resource.

32 years ago* search.c (Flooking_at, Fstring_match, fast_string_match,
Jim Blandy [Thu, 10 Jun 1993 12:52:31 +0000 (12:52 +0000)]
* search.c (Flooking_at, Fstring_match, fast_string_match,
search_buffer): Don't block input while calling searching and
matching functions.  These functions may not call malloc under
Emacs anyway, and we need to be able to check for C-g.

32 years ago*** empty log message ***
Jim Blandy [Thu, 10 Jun 1993 12:50:56 +0000 (12:50 +0000)]
*** empty log message ***

32 years ago* scroll-bar.el (scroll-bar-mode): Variable deleted.
Jim Blandy [Thu, 10 Jun 1993 12:18:36 +0000 (12:18 +0000)]
* scroll-bar.el (scroll-bar-mode): Variable deleted.
(scroll-bar-mode): Function changed to consult default-frame-alist
instead of the variable.

32 years ago* gnus.el (gnus-start-news-server): If no server has been
Jim Blandy [Thu, 10 Jun 1993 11:46:43 +0000 (11:46 +0000)]
* gnus.el (gnus-start-news-server): If no server has been
specificed, but gnus-nntp-service is nil, don't ask for a server
name; use the local host.

32 years ago* ange-ftp.el (ange-ftp-make-directory): Take second optional
Jim Blandy [Thu, 10 Jun 1993 11:39:44 +0000 (11:39 +0000)]
* ange-ftp.el (ange-ftp-make-directory): Take second optional
argument parents, like the original.  Implement it.

32 years ago* gnus.el (gnus-newsrc-to-gnus-format): Change regexp which
Jim Blandy [Thu, 10 Jun 1993 10:40:16 +0000 (10:40 +0000)]
* gnus.el (gnus-newsrc-to-gnus-format): Change regexp which
matches .newsrc lines for better performance under the new regexp
routines.

32 years ago* syntax.c (scan_lists, Fforward_comment): Call scan_sexps_forward
Jim Blandy [Thu, 10 Jun 1993 10:28:58 +0000 (10:28 +0000)]
* syntax.c (scan_lists, Fforward_comment): Call scan_sexps_forward
with the proper number of arguments.

32 years agoTypo.
Jim Blandy [Thu, 10 Jun 1993 09:32:18 +0000 (09:32 +0000)]
Typo.

32 years agoDoc fix.
Jim Blandy [Thu, 10 Jun 1993 07:22:07 +0000 (07:22 +0000)]
Doc fix.

32 years ago* compile.el (compilation-error-list): When we haven't yet
Jim Blandy [Thu, 10 Jun 1993 07:17:33 +0000 (07:17 +0000)]
* compile.el (compilation-error-list): When we haven't yet
generated a marker for the source position of an error message,
store (FILENAME . LINE-NUMBER), not ((DIRECTORY . FILE)
LINE-NUMBER).  Doc fix.
(next-error, compilation-parse-errors): Adjusted appropriately.

32 years ago* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
Jim Blandy [Thu, 10 Jun 1993 06:23:04 +0000 (06:23 +0000)]
* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
interface nicely with autoconf.
* m/delta.h: Don't #define SHORT_FILE_NAMES; autoconf does this
for us.

32 years ago* sysdep.c: Remove clause for DGUX support of FASYNC; add clause
Jim Blandy [Thu, 10 Jun 1993 06:21:19 +0000 (06:21 +0000)]
* sysdep.c: Remove clause for DGUX support of FASYNC; add clause
to #undef FASYNC if BROKEN_FASYNC is #defined.

32 years ago* configure.in: Use AC_LONG_FILE_NAMES.
Jim Blandy [Thu, 10 Jun 1993 06:20:06 +0000 (06:20 +0000)]
* configure.in: Use AC_LONG_FILE_NAMES.

32 years ago* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
Jim Blandy [Thu, 10 Jun 1993 06:19:30 +0000 (06:19 +0000)]
* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
interface nicely with autoconf.

32 years ago* s/dgux.h (BROKEN_FASYNC): #define this.
Jim Blandy [Thu, 10 Jun 1993 06:11:55 +0000 (06:11 +0000)]
* s/dgux.h (BROKEN_FASYNC): #define this.

32 years ago* s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy [Thu, 10 Jun 1993 06:05:05 +0000 (06:05 +0000)]
* s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
(BSD4_4, SVR4, HAVE_SETSID, HAVE_UNIX_DOMAIN): #define these.
(FIRST_PTY_LETTER): This is 'r', not 'p'.
(HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Don't #define these.
(HAVE_TERMIOS): #define these instead.
(XREBINDKEYSYM):  Don't #define.
Test THIS_IS_YMAKEFILE instead of MAKING_MAKEFILE.
(sigmask, sigpause): #undef these after #including <signal.h>.
(LD_SWITCH_SYSTEM, START_FILES, LIBS_SYSTEM, LIB_GCC): #define
these to avoid problems with /lib/crt0.o.
(C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): #define these.

32 years ago* configure.in: Recognize configuration name for Data General
Jim Blandy [Thu, 10 Jun 1993 05:46:10 +0000 (05:46 +0000)]
* configure.in: Recognize configuration name for Data General
AViiON machines.

32 years ago* fileio.c (Frename_file): Pass all arguments to the file name handler.
Jim Blandy [Thu, 10 Jun 1993 05:21:01 +0000 (05:21 +0000)]
* fileio.c (Frename_file): Pass all arguments to the file name handler.
* eval.c (call4): New function.

32 years ago*** empty log message ***
Roland McGrath [Wed, 9 Jun 1993 20:28:35 +0000 (20:28 +0000)]
*** empty log message ***

32 years ago* s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this.
Jim Blandy [Wed, 9 Jun 1993 12:53:35 +0000 (12:53 +0000)]
* s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this.

32 years ago* emacsserver.c (main): When we're passing a `struct sockaddr_un'
Jim Blandy [Wed, 9 Jun 1993 12:45:26 +0000 (12:45 +0000)]
* emacsserver.c (main): When we're passing a `struct sockaddr_un'
to bind or accept, cast the pointer, to avoid warnings on systems
which declare prototypes for this.
* emacsclient.c (main): Same.

32 years ago* emacsserver.c (main): When we're passing a `struct sockaddr_un'
Jim Blandy [Wed, 9 Jun 1993 12:41:31 +0000 (12:41 +0000)]
* emacsserver.c (main): When we're passing a `struct sockaddr_un'
to bind or accept, cast the pointer, to avoid warnings on systems
which declare prototypes for this.

32 years ago* process.c (sigchld_handler): Add cast, to avoid warnings on Linux.
Jim Blandy [Wed, 9 Jun 1993 12:39:16 +0000 (12:39 +0000)]
* process.c (sigchld_handler): Add cast, to avoid warnings on Linux.
(Fopen_network_stream): Cast the second argument to connect, to
avoid warnings on any system that provides prototypes for connect.

32 years ago* process.c (sigchld_handler): Add cast, to avoid warnings on Linux.
Jim Blandy [Wed, 9 Jun 1993 12:30:13 +0000 (12:30 +0000)]
* process.c (sigchld_handler): Add cast, to avoid warnings on Linux.

32 years agoApply typo patches from Paul Eggert.
Jim Blandy [Wed, 9 Jun 1993 11:59:12 +0000 (11:59 +0000)]
Apply typo patches from Paul Eggert.

32 years agoentered into RCS
Jim Blandy [Wed, 9 Jun 1993 11:33:38 +0000 (11:33 +0000)]
entered into RCS

32 years ago*** empty log message ***
Jim Blandy [Wed, 9 Jun 1993 11:26:54 +0000 (11:26 +0000)]
*** empty log message ***

32 years ago* scroll-bar.el (scroll-bar-set-window-start): Remember that the
Jim Blandy [Wed, 9 Jun 1993 09:44:24 +0000 (09:44 +0000)]
* scroll-bar.el (scroll-bar-set-window-start): Remember that the
scroll bar numbers reflect the accessible region of the buffer,
not the entire buffer.

32 years ago*** empty log message ***
Jim Blandy [Wed, 9 Jun 1993 09:23:12 +0000 (09:23 +0000)]
*** empty log message ***

32 years ago* xdisp.c (display_text_line): Handle case where line ends in a
Jim Blandy [Wed, 9 Jun 1993 07:21:28 +0000 (07:21 +0000)]
* xdisp.c (display_text_line): Handle case where line ends in a
continuation character but we never actually displayed any buffer
text (due to minibuffer prompt).

32 years ago* xterm.c (x_is_vendor_fkey): New function.
Jim Blandy [Wed, 9 Jun 1993 04:56:47 +0000 (04:56 +0000)]
* xterm.c (x_is_vendor_fkey): New function.
(XTread_socket): Call it to recognize vendor-specific function keys.

32 years ago* s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
Jim Blandy [Wed, 9 Jun 1993 04:42:19 +0000 (04:42 +0000)]
* s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
MAKING_MAKEFILE conditional.  No harm.

32 years ago* xfaces.c (init_frame_faces): Remove assumption that the selected
Jim Blandy [Wed, 9 Jun 1993 04:36:41 +0000 (04:36 +0000)]
* xfaces.c (init_frame_faces): Remove assumption that the selected
frame must be an X frame whenever there is already an X frame.